Planning to fix the x axis text to accurately display the years. R has been giving me a lot of grief about this, and none of the fixes I’ve tried have worked. I’d also really like to stick the legend in the empty space on the right of the bottom row if possible.
I’d like to model this plot similarly to the common Pew bar plot format, wherein the bars are stacked and all centered at the divide between support/oppose instead of being left aligned at zero. Trying to figure out how to get the superscript of the policy labels to show up correctly. Legend needs to be fixed so it isn’t running off the screen.
When I was trying to stack them, the percents kept coming up weird. Eventually realized that’s because it’s working across years. To fix, I decided to only plot the most recent year of data (2018).
I’m working on a related plot to this for an academic audience.